home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Other / LoginStats / Source / Calendar.h < prev    next >
Text File  |  1996-01-29  |  225b  |  18 lines

  1. // January 29, 1996
  2. // Generated by Interface Builder
  3.  
  4. #import <appkit/appkit.h>
  5. #import "CalObject.h"
  6.  
  7. @interface Calendar:Object
  8. {
  9.     id CalPanel;
  10. }
  11.  
  12. - appDidInit:sender;
  13. - ShowInfoPanel:sender;
  14. - ShowMoreInfo:sender;
  15.  
  16.  
  17. @end
  18.